home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / enfhandl.lha / Enforcer-Handler / Enforcer-Handler.readme
Text File  |  1995-08-16  |  2KB  |  68 lines

  1. Short:    Handler for Enforcer's output
  2. Uploader: tob@blanker.ruhr.de (Tom Beuke)
  3. Author:   tob@blanker.ruhr.de (Tom Beuke)
  4. Type:     dev/debug
  5.  
  6. PRODUCT NAME
  7.  
  8.         Enforcer-Handler 1.00
  9.  
  10. BRIEF DESCRIPTION
  11.  
  12.         I just wanted to store all enforcerhits on disk _and_ to see them when
  13.         they appeared. Also I wanted to quit Enforcer when he once again filled
  14.         my harddisks with endless hits. With this handler one can define two
  15.         output files (most likely one CON:-handle and one file on harddisk)
  16.         and define a maximum number of hits until Enforcer will be sent a
  17.         SIGBREAKF_CTRL_C.
  18.  
  19. AUTHOR
  20.  
  21.         Name:      Tom Beuke
  22.         Address:   Westhoffstr.13-15
  23.                    44145 Dortmund
  24.                    Germany
  25.  
  26.         Telephone: +49 231 839757
  27.  
  28.         E-mail:    tob@blanker.ruhr.de
  29.  
  30. COPYRIGHT
  31.  
  32.         Enforcer-Handler is Giftware, if you like this little tool, please
  33.         send a little gift to the author. Just a postcard of your hometown,
  34.         a box of cigarettes or a small amount of money...
  35.  
  36. REQUIREMENTS
  37.  
  38.         OS 2.04 or above, Enforcer
  39.  
  40. INSTALLATION
  41.  
  42.         Copy Enforcer-Handler to your L: directory and ENF to yout Devs:DOSDrivers
  43.         directory
  44.  
  45. CONFIGURATION
  46.  
  47.         The Device ENF: takes one string as an argument which contains three
  48.         parameters divides by an "|". These parameters are:
  49.         <first filehandle>|<second filehandle>|<maximum number of hits>
  50.  
  51.         Just add "FILE=ENF:CON:0/10/500/100/Enf/AUTO/CLOSE/INACTIVE|S:Enforcer-Hits|100"
  52.         or something similar as a tooltype to your Enforcericon.
  53.  
  54.         IF you want to leave out a parameter, just enter nothing within the "|"'s,
  55.         i.e. "ENF:||5" is valid, but causes in enforcerhits not written anywhere
  56.         and a signal to be sent to Enforcer after 5 hits.
  57.  
  58.         Left out "|"'s mean that the parameter's are not given, i.e. a Handle like
  59.         "ENF:CON:" just writes Enforcer's output to a console window without
  60.         writing to a file and quitting Enforcer.
  61.  
  62.         More than two "|"'s lead to an error.
  63.  
  64. RESTRICTIONS
  65.  
  66.         only one ENF: handle can be open at the same time
  67.  
  68.